html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section, summary,input, textarea, select, button,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:initial;
    vertical-align:baseline;
    background:transparent;
    font-family: "Microsoft YaHei","arial";
    font-size:12px;
         -webkit-tap-highlight-color: transparent;
    color: #333;
}

p,span{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:initial;
    vertical-align:baseline;
    background:transparent;
         -webkit-tap-highlight-color: transparent;
}
h1,h2,h3,h4,h5,h6,em,i {
    font-weight: normal;
    font-style: normal;
    line-height: 1;
}
ul,ol,li {
    list-style-type: none;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #666;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    text-decoration: none;
    outline: 0;
         -webkit-tap-highlight-color: transparent;
}
a:hover {
    text-decoration: none;
}
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
select,input {
    vertical-align: middle;
}
input{
    -webkit-appearance:none;

    box-shadow: none;
}
select,input,textarea {
    font-size: 12px;
    margin: 0
}
input[type="text"],input[type="password"],textarea {
    outline-style: none;
    -webkit-appearance: none;
}
textarea {
    resize: none;
}
table {
    border-collapse: collapse;
}
main,footer{display: block;}

input[type=button],input[type=submit],input[type=file],button{cursor:pointer;-webkit-appearance:none;}

.clearfix:after { clear: both; display: block; content: '';height:0;visibility:hidden; }
.clearfix { *zoom: 1;}
.scrollbar::-webkit-scrollbar {
  width: 3px;
  background-color: #ccc;
}
.left{float: left;}
.right{float: right;}
.scrollbar::-webkit-scrollbar-thumb {
  background-color:#005fe5;
  border-radius: 10px;
}
/* .inner-scroll::-webkit-scrollbar {
  height: 2px;
  background-color: #f3f3f3;
}
.inner-scroll::-webkit-scrollbar-thumb {
  background:url(../images/line3.jpg) no-repeat center;
  border-radius: 10px;
} */
@font-face {
    font-family: 'DINM';
    src: url('../fonts/DINMittelschriftStd.eot');
    src: local('☺'), url('../fonts/DINMittelschriftStd.woff') format('woff'), url('../fonts/DINMittelschriftStd.ttf') format('truetype'), url('../fonts/DINMittelschriftStd.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
